home *** CD-ROM | disk | FTP | other *** search
- /* this file contains the actual definitions of */
- /* the IIDs and CLSIDs */
-
- /* link this file in with the server and any clients */
-
-
- /* File created by MIDL compiler version 5.01.0164 */
- /* at Wed May 24 13:20:19 2000
- */
- /* Compiler settings for E:\tc70\SDK\Tools\InsertExternalSymbol\InsertExternalSymbol.idl:
- Oicf (OptLev=i2), W1, Zp8, env=Win32, ms_ext, c_ext
- error checks: allocation ref bounds_check enum stub_data
- */
- //@@MIDL_FILE_HEADING( )
- #ifdef __cplusplus
- extern "C"{
- #endif
-
-
- #ifndef __IID_DEFINED__
- #define __IID_DEFINED__
-
- typedef struct _IID
- {
- unsigned long x;
- unsigned short s1;
- unsigned short s2;
- unsigned char c[8];
- } IID;
-
- #endif // __IID_DEFINED__
-
- #ifndef CLSID_DEFINED
- #define CLSID_DEFINED
- typedef IID CLSID;
- #endif // CLSID_DEFINED
-
- const IID IID_IExSymbol = {0xE322DED1,0x3438,0x4DAA,{0xB5,0xB4,0x8F,0x8C,0x45,0x38,0xD0,0xE9}};
-
-
- const IID LIBID_INSERTEXTERNALSYMBOLLib = {0xD1EB6052,0x510C,0x47FE,{0x8F,0xD3,0xFE,0x10,0xB8,0x6D,0x26,0x05}};
-
-
- const CLSID CLSID_ExSymbol = {0x71CA2F31,0xB56D,0x4CAC,{0xBA,0x97,0xED,0xB1,0x47,0x12,0xA1,0x4A}};
-
-
- #ifdef __cplusplus
- }
- #endif
-
-